Skip to content

feat: ActionGroup in HeaderAction#19288

Closed
pintend wants to merge 1 commit intofilamentphp:5.xfrom
pintend:feat-actiongroup-in-headeractions
Closed

feat: ActionGroup in HeaderAction#19288
pintend wants to merge 1 commit intofilamentphp:5.xfrom
pintend:feat-actiongroup-in-headeractions

Conversation

@pintend
Copy link

@pintend pintend commented Feb 17, 2026

Update php type from Action to Action | ActionGroup on the prepareAction method

This allows us to pass ActionGroup objects as Actions


UseCase:

Section::make()
    ->headerActions([
        ActionGroup::make([
            SomeAction::make(),
        ]),
    ])

@People-Sea
Copy link
Member

Please rebase onto 4.x

@danharrin
Copy link
Member

As above, please reopen on 4.x

@danharrin danharrin closed this Feb 28, 2026
@github-project-automation github-project-automation bot moved this from Todo to Done in Roadmap Feb 28, 2026
@pintend
Copy link
Author

pintend commented Mar 5, 2026

Replaced by #19431

@pintend pintend deleted the feat-actiongroup-in-headeractions branch March 5, 2026 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants